Fix64INumericFix64Add Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Fix64 INumeric<Fix64>.Add(
Fix64 value
)
Private Function Add (
value As Fix64
) As Fix64 Implements INumeric(Of Fix64).Add
private:
virtual Fix64 Add(
Fix64 value
) sealed = INumeric<Fix64>::Add
private abstract Add :
value : Fix64 -> Fix64
private override Add :
value : Fix64 -> Fix64
- value Fix64
- The value to add to the current value.
Fix64The sum of the current value and
value.
INumericTSelfAdd(TSelf)